- glBlendFuncSeparate
void glBlendFuncSeparate(BlendFactors srcRGB, BlendFactors dstRGB, BlendFactors srcAlpha, BlendFactors dstAlpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- glMultiDrawArrays
void glMultiDrawArrays(Primitives mode, int[] first, int[] count)
Undocumented in source.
- glMultiDrawElements
void glMultiDrawElements(Primitives mode, int[] count, ubyte[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
- glMultiDrawElements
void glMultiDrawElements(Primitives mode, int[] count, ushort[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
- glMultiDrawElements
void glMultiDrawElements(Primitives mode, int[] count, uint[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPointParameterf
void glPointParameterf(PointParamaterNames pname, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPointParameterfv
void glPointParameterfv(PointParamaterNames pname, float[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPointParameteri
void glPointParameteri(PointParamaterNames pname, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPointParameteriv
void glPointParameteriv(PointParamaterNames pname, int[] params)
Undocumented in source. Be warned that the author may not have intended to support it.